This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Isaac Nimluzennivu 23.Jan.03 01:41 PM a Web browser Domino Server6.0Solaris
Should I be able to build a single LSX that is built with the 5.0.7 api, and linked against the 5.0.7 libnotes.so, that will run under Domino 5 and 6?
Background:
I have an LSX that is built with Sun's Forte 6U2 C++ compiler and uses the Lotus 5.0.7 C api for Solaris (I use -compat=4 switch when building it) and is linked against the R5.0.7 libnotes.so library. It works properly on R5.0.7 servers but crashes during loading on a R6 server.
Per some guidance found in Lotus R6 C API guidance I rebuilt my LSX (still using R5.0.7 api and libnotes.so) but added the -lthread when linking. This didn't help.
Should I just give in and install R6 on my development box along with the R6 C API or am I overlooking something?